projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
814b66e
)
rendernode: Fix typo
author
Benjamin Otte
<otte@redhat.com>
Wed, 21 Dec 2016 12:32:32 +0000
(13:32 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 23 Dec 2016 07:11:00 +0000
(08:11 +0100)
gsk/gskrendernodeimpl.c
patch
|
blob
|
history
diff --git
a/gsk/gskrendernodeimpl.c
b/gsk/gskrendernodeimpl.c
index a70d1b25f836dd5c209c9337b1c15976126aee2f..8e428f4aebf3b19ad095159ecc4e91ff13df31d8 100644
(file)
--- a/
gsk/gskrendernodeimpl.c
+++ b/
gsk/gskrendernodeimpl.c
@@
-1969,7
+1969,7
@@
gsk_transform_node_draw (GskRenderNode *node,
else
{
cairo_set_source_rgb (cr, 255 / 255., 105 / 255., 180 / 255.);
- cairo_rectangle (cr, node->bounds.origin.x, node->bounds.origin.
x
, node->bounds.size.width, node->bounds.size.height);
+ cairo_rectangle (cr, node->bounds.origin.x, node->bounds.origin.
y
, node->bounds.size.width, node->bounds.size.height);
cairo_fill (cr);
}
}